ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / BaseTagHelper<T> Class / ProcessChildContentAsync Method
Contains information associated with the current HTML tag.
A stateful HTML element used to generate an HTML tag.
The information from the parent taghelper.

In This Topic
    ProcessChildContentAsync Method (BaseTagHelper<T>)
    In This Topic
    Processes the the children taghelpers.
    Syntax
    'Declaration
     
    Protected Overridable Sub ProcessChildContentAsync( _
       ByVal context As TagHelperContext, _
       ByVal output As TagHelperOutput, _
       ByVal parent As Object _
    ) 
    protected virtual void ProcessChildContentAsync( 
       TagHelperContext context,
       TagHelperOutput output,
       object parent
    )

    Parameters

    context
    Contains information associated with the current HTML tag.
    output
    A stateful HTML element used to generate an HTML tag.
    parent
    The information from the parent taghelper.
    See Also